Matthias Clasen [Wed, 25 Aug 2010 04:43:16 +0000 (00:43 -0400)]
Make the initial focus in dialogs work as intended
We had code that tried to prevent selecting the text in the label
if we end up focusing a label, but it didn't take effect, because
we were moving the focus into the label again afterwards.
Matthias Clasen [Wed, 25 Aug 2010 04:29:27 +0000 (00:29 -0400)]
Make empty buttonboxes work again
There was some less than careful / nvis_children.
Matthias Clasen [Wed, 25 Aug 2010 04:28:23 +0000 (00:28 -0400)]
Make builtin rc consistent
I removed the default label style a few days ago, so it should
no longer be referenced either.
Matthias Clasen [Wed, 25 Aug 2010 01:49:33 +0000 (21:49 -0400)]
Remove depth restriction from gtk_combo_box_set_active_iter docs
While it may not work perfectly in menu mode, it works fine for
list mode. Bug 627843.
Sergey Orlov [Tue, 24 Aug 2010 18:17:15 +0000 (13:17 -0500)]
bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new files
When a file was inserted during the period that the editable row was
active, the node IDs would not get updated correctly.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Javier Jardón [Tue, 24 Aug 2010 19:11:36 +0000 (21:11 +0200)]
tests/testsocket: Fix broken test
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867
Javier Jardón [Tue, 24 Aug 2010 19:27:57 +0000 (21:27 +0200)]
gdk/gdkwindow.c: Fix compilation warning
Javier Jardón [Tue, 24 Aug 2010 14:10:38 +0000 (16:10 +0200)]
Use gtk_window_has_group() to know if the window has an explicit window group.
gtk_window_get_group() never returns NULL; if the window isn't in a group,
a default window group is returned instead. Use gtk_window_has_group() instead.
This fixes some previous commits to use accessors to access GtkWindow.
Reported by Philip Withnall in bug
https://bugzilla.gnome.org/show_bug.cgi?id=627828
Ivar Smolin [Tue, 24 Aug 2010 12:11:59 +0000 (15:11 +0300)]
[l10n] Updated Estonian translation
noch [Tue, 24 Aug 2010 05:01:41 +0000 (10:01 +0500)]
Added Armenian translation - po file. Modified LINGUAS.
noch [Tue, 24 Aug 2010 04:54:38 +0000 (09:54 +0500)]
Added Armenian translation - po file in ./po and ./po-properties directories. Modified LINGUAS.
Javier Jardón [Mon, 16 Aug 2010 06:27:49 +0000 (08:27 +0200)]
GtkRange: move public members to private structure
Javier Jardón [Fri, 13 Aug 2010 00:35:49 +0000 (02:35 +0200)]
Use accessor functions to access GtkRange
Javier Jardón [Thu, 12 Aug 2010 23:43:27 +0000 (01:43 +0200)]
gtkscalebutton: use accessor functions to access GtkRange
Javier Jardón [Thu, 12 Aug 2010 23:38:35 +0000 (01:38 +0200)]
gtkscale: use accessor functions to access GtkRange
Javier Jardón [Fri, 13 Aug 2010 01:22:59 +0000 (03:22 +0200)]
Added _gtk_range_set_steppers () internal function
It's needed by gtkscrollbar
Javier Jardón [Thu, 12 Aug 2010 23:50:09 +0000 (01:50 +0200)]
Added _gtk_range_set_round_digits() insternal function
It's needed by gtkscale
Javier Jardón [Fri, 13 Aug 2010 15:06:10 +0000 (17:06 +0200)]
gtkrange: Add some checks to gtk_range_set_slider_size_fixed()
Recalculate layout only if the range is already mapped and
adjustment is not NULL.
Javier Jardón [Tue, 17 Aug 2010 13:16:13 +0000 (15:16 +0200)]
gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:15:12 +0000 (15:15 +0200)]
gtk/gtktreeview.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:58 +0000 (15:14 +0200)]
gtk/gtksocket.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:44 +0000 (15:14 +0200)]
gtk/gtkrecentchooserdefault.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:31 +0000 (15:14 +0200)]
gtk/gtkprintoperation.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:05 +0000 (15:14 +0200)]
gtk/gtkpaned.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:45 +0000 (15:13 +0200)]
gtk/gtknotebook.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:33 +0000 (15:13 +0200)]
gtk/gtklabel.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:21 +0000 (15:13 +0200)]
gtk/gtkfontsel.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:13:06 +0000 (15:13 +0200)]
gtk/gtkfilechooserdefault.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:12:51 +0000 (15:12 +0200)]
gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:12:37 +0000 (15:12 +0200)]
gtk/gtkentry.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:08:19 +0000 (15:08 +0200)]
gtk/gtkdnd.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:08:04 +0000 (15:08 +0200)]
gtk/gtkdialog.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:07:51 +0000 (15:07 +0200)]
gtk/gtkcontainer.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:07:36 +0000 (15:07 +0200)]
gtk/gtkcolorsel.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:01:02 +0000 (15:01 +0200)]
gail: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 12:59:37 +0000 (14:59 +0200)]
tests/testgtk.c: Use accessor functions to access GtkWindow
Javier Jardón [Mon, 23 Aug 2010 16:13:54 +0000 (18:13 +0200)]
Revert from "edit-preferences" to "gtk-preferences"
There is not a icon named "edit-preferences" in the spec
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
Tor Lillqvist [Mon, 23 Aug 2010 15:49:30 +0000 (18:49 +0300)]
Fix Win32 build
Builds now, except for the ms-windows theme engine. It doesn't really
work, though.
Javier Jardón [Mon, 23 Aug 2010 15:33:36 +0000 (17:33 +0200)]
The correct icon name is "dialog-information", not "dialog-info"
Spec here:
http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
Klemen Košir [Mon, 23 Aug 2010 12:53:38 +0000 (14:53 +0200)]
Updated Slovenian translation
Benjamin Otte [Mon, 23 Aug 2010 10:44:58 +0000 (12:44 +0200)]
directfb: Remove
As announced by email and on IRC, this backend is removed from GTK 3.
It has been broken for over a year with no one fixing it.
Benjamin Otte [Mon, 23 Aug 2010 10:37:22 +0000 (12:37 +0200)]
container: suggest parentheses around assignment used as truth value
Torstein Adolf Winterseth [Mon, 23 Aug 2010 07:17:26 +0000 (09:17 +0200)]
Updated Norwegian Nynorsk translation
Fran Diéguez [Mon, 23 Aug 2010 00:22:00 +0000 (02:22 +0200)]
Updated galician translations
Matthias Clasen [Sun, 22 Aug 2010 23:04:25 +0000 (19:04 -0400)]
Fix a translation problem in the about dialog
The license preamble needs to be translated with the GTK+ domain,
not the applications. Bug 627643.
Javier Jardón [Sun, 22 Aug 2010 21:34:29 +0000 (23:34 +0200)]
gtk/gtk.symbols: Add gtk_cell_view_get_desired_height_for_width_of_row()
Javier Jardón [Sun, 15 Aug 2010 15:50:39 +0000 (17:50 +0200)]
gtk/gtktrayicon-x11.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:36:02 +0000 (17:36 +0200)]
gtk/gtksocket-x11.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:30:40 +0000 (17:30 +0200)]
gtk/gtkplug-x11.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:28:38 +0000 (17:28 +0200)]
gtk/gtkprintunixdialog.c: Use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 15:03:07 +0000 (17:03 +0200)]
gtk/gtkdnd.c: Use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:19:31 +0000 (23:19 +0200)]
gtk/gtkaboutdialog.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:19:15 +0000 (23:19 +0200)]
gtk/gtkalignment.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:18:32 +0000 (23:18 +0200)]
gtk/gtkassistant.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:18:18 +0000 (23:18 +0200)]
gtk/gtkbbox.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:17:44 +0000 (23:17 +0200)]
gtk/gtkbox.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:17:29 +0000 (23:17 +0200)]
gtk/gtkbutton.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:17:18 +0000 (23:17 +0200)]
gtk/gtkcalendar.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:17:05 +0000 (23:17 +0200)]
gtk/gtkcellrendereraccel.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:16:54 +0000 (23:16 +0200)]
gtk/gtkcellrendererpixbuf.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:16:40 +0000 (23:16 +0200)]
gtk/gtkcellrendererprogress.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:16:25 +0000 (23:16 +0200)]
gtk/gtkcellrendererspinner.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:16:11 +0000 (23:16 +0200)]
gtk/gtkcellrenderertext.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:15:57 +0000 (23:15 +0200)]
gtk/gtkcellrenderertoggle.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:15:42 +0000 (23:15 +0200)]
gtk/gtkcellview.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:15:30 +0000 (23:15 +0200)]
gtk/gtkcheckbutton.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:15:16 +0000 (23:15 +0200)]
gtk/gtkcheckmenuitem.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:15:02 +0000 (23:15 +0200)]
gtk/gtkcolorbutton.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:14:44 +0000 (23:14 +0200)]
gtk/gtkcolorsel.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:14:32 +0000 (23:14 +0200)]
gtk/gtkcombobox.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:14:16 +0000 (23:14 +0200)]
gtk/gtkcontainer.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:14:16 +0000 (23:14 +0200)]
gtk/gtkcontainer.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:14:03 +0000 (23:14 +0200)]
gtk/gtkdialog.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:13:46 +0000 (23:13 +0200)]
gtk/gtkdrawingarea.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:13:35 +0000 (23:13 +0200)]
gtk/gtkentry.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:13:23 +0000 (23:13 +0200)]
gtk/gtkentrycompletion.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:13:11 +0000 (23:13 +0200)]
gtk/gtkeventbox.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:12:53 +0000 (23:12 +0200)]
gtk/gtkexpander.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:12:39 +0000 (23:12 +0200)]
gtk/gtkfilechooserdefault.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:12:23 +0000 (23:12 +0200)]
gtk/gtkfilechooserentry.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:12:07 +0000 (23:12 +0200)]
gtk/gtkfixed.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:11:36 +0000 (23:11 +0200)]
gtk/gtkframe.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:11:12 +0000 (23:11 +0200)]
gtk/gtkhsv.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:10:32 +0000 (23:10 +0200)]
gtk/gtkimagemenuitem.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:10:21 +0000 (23:10 +0200)]
gtk/gtkinfobar.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:10:10 +0000 (23:10 +0200)]
gtk/gtkinvisible.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:09:56 +0000 (23:09 +0200)]
gtk/gtkitem.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:09:43 +0000 (23:09 +0200)]
gtk/gtklabel.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:09:29 +0000 (23:09 +0200)]
gtk/gtklayout.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:09:12 +0000 (23:09 +0200)]
gtk/gtklinkbutton.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:08:57 +0000 (23:08 +0200)]
gtk/gtkmain.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:08:21 +0000 (23:08 +0200)]
gtk/gtkmenubar.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:08:06 +0000 (23:08 +0200)]
gtk/gtkmenuitem.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:07:50 +0000 (23:07 +0200)]
gtk/gtkmenushell.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:07:35 +0000 (23:07 +0200)]
gtk/gtkmenutoolbutton.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:07:22 +0000 (23:07 +0200)]
gtk/gtkmessagedialog.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:06:45 +0000 (23:06 +0200)]
gtk/gtkmnemonichash.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:06:16 +0000 (23:06 +0200)]
gtk/gtkoffscreenwindow.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:06:05 +0000 (23:06 +0200)]
gtk/gtkpaned.c: use accessor functions to access GtkWidget
Javier Jardón [Wed, 11 Aug 2010 21:04:06 +0000 (23:04 +0200)]
gtk/gtkplug.c: use accessor functions to access GtkWidget